TypeName Element

Description

The fully qualified name of the custom server type, including wrapping namespaces. When developing support for a Silverlight control, you must provide all of the information required to uniquely identify the type.

Important Information

  • To retrieve all of the information that you need to compose the custom server's fully qualified type name, you can use a .NET reflector on the custom server DLL.
  • For more information on fully qualified names, see http://msdn.microsoft.com/en-us/library/yfsftwz6.aspx.

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TypeName">
    <xs:annotation>
        <xs:documentation>The fully qualified name of the custom server type, including wrapping namespaces. When developing support for a Silverlight control, you must provide all of the information required to uniquely identify the type.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string" />
    </xs:simpleType>
</xs:element>